github.com/coder/websocket.connConfig.subprotocol (field)

4 uses

	github.com/coder/websocket (current package)
		accept.go#L171: 		subprotocol:    w.Header().Get("Sec-WebSocket-Protocol"),
		conn.go#L92: 	subprotocol    string
		conn.go#L106: 		subprotocol:    cfg.subprotocol,
		dial.go#L176: 		subprotocol:    resp.Header.Get("Sec-WebSocket-Protocol"),